home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995…tember: Reference Library / Dev.CD Sep 95 RL / Dev.CD Sep 95 RL.toast / mac / Technical Documentation / develop / develop Issue 23 code / Multipane Dialogs Code / MPDialogs(MPW68K).make < prev    next >
Encoding:
Text File  |  1995-04-18  |  1.2 KB  |  47 lines  |  [TEXT/MPS ]

  1. #   File:       MPDialogs(MPW68K).make
  2. #   Target:     MPDialogs(MPW68K)
  3. #   Sources:    DD.c
  4. #               ListControl.c
  5. #               MPDialogs.r
  6. #               MPDialogs.c
  7. #               Sample.c
  8. #               SampleProcs.c
  9. #               Utilities.c
  10. #   Created:    Tuesday, April 18, 1995 11:08:02 AM
  11.  
  12.  
  13. OBJECTS = ∂
  14.         DD.c.o ∂
  15.         ListControl.c.o ∂
  16.         MPDialogs.c.o ∂
  17.         Sample.c.o ∂
  18.         SampleProcs.c.o ∂
  19.         Utilities.c.o 
  20.  
  21.  
  22. MPDialogs(MPW68K)  ƒƒ MPDialogs(MPW68K).make MPDialogs.r
  23.     Rez MPDialogs.r -append -o MPDialogs(MPW68K)
  24.  
  25. MPDialogs(MPW68K) ƒƒ MPDialogs(MPW68K).make  {OBJECTS}
  26.     Link -t APPL -c '????' ∂
  27.         {OBJECTS} ∂
  28.         #"{CLibraries}"CSANELib.o ∂
  29.         #"{CLibraries}"Math.o ∂
  30.         #"{CLibraries}"Complex.o ∂
  31.         #"{CLibraries}"StdClib.o ∂
  32.          "{Libraries}"Runtime.o ∂
  33.          "{Libraries}"Interface.o ∂
  34.         -o MPDialogs(MPW68K)
  35. DD.c.o ƒ MPDialogs(MPW68K).make DD.c
  36.      C -r  DD.c
  37. ListControl.c.o ƒ MPDialogs(MPW68K).make ListControl.c
  38.      C -r  ListControl.c
  39. MPDialogs.c.o ƒ MPDialogs(MPW68K).make MPDialogs.c
  40.      C -r  MPDialogs.c
  41. Sample.c.o ƒ MPDialogs(MPW68K).make Sample.c
  42.      C -r  Sample.c
  43. SampleProcs.c.o ƒ MPDialogs(MPW68K).make SampleProcs.c
  44.      C -r  SampleProcs.c
  45. Utilities.c.o ƒ MPDialogs(MPW68K).make Utilities.c
  46.      C -r  Utilities.c
  47.